put " " & "INDEX" & return into line 2 of card field "Index"
repeat until n=C+1
get field "Name" of card n
put " " & n-1 & " " & it & return into line n+1 of card field "Index"
put n+1 into n
end repeat
set lockText of card field "Index" to true
play "boing"
show button "Hide"
hide button "Show"
end new
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=138 top=244 right=274 bottom=170
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help
----- HyperTalk script -----
on mouseUp
show card field "Info"
hide card field "Index"
show button "Show"
hide button "Hide"
end mouseUp
-- part 1 (field)
-- low flags: 81
-- high flags: 2002
-- rect: left=6 top=23 right=210 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 33
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Info
----- HyperTalk script -----
on mouseUp
hide card field "Info"
end mouseUp
-- part 4 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=159 top=306 right=324 bottom=202
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Show
----- HyperTalk script -----
on mouseUp
show card field "Index"
show button "Hide"
hide button "Show"
end mouseUp
-- part 5 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=6 top=23 right=211 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 16
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Index
----- HyperTalk script -----
on mouseUp
get scroll of card field "Index"
put it + (item 2 of the clickLoc) - (item 2 of the rect of the target) into Goal
put (Goal DIV textHeight of the target) into Goal
visual effect scroll up
go to card Goal
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=113 top=306 right=324 bottom=156
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New
----- HyperTalk script -----
on mouseUp
new
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=159 top=306 right=324 bottom=202
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hide
----- HyperTalk script -----
on mouseUp
hide card field "Index"
show button "Show"
hide button "Hide"
end mouseUp
-- part contents for card part 1
----- text -----
Welcome to HyperWallet by Piotr, CIS 71330,644.
When entering information on the following cards note that clicking on the moneybag button shows the field for secret passcode. You can access a card by clicking on its name in the index. You need the original Phone stack to use the phone button.